home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / SLAX 6.0.8 / slax-6.0.8.iso / slax / base / 006-devel.lzm / usr / include / KoGeneralPropertyUi.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-10-24  |  1.4 KB  |  63 lines

  1. /****************************************************************************
  2. ** Form interface generated from reading ui file './KoGeneralPropertyUi.ui'
  3. **
  4. ** Created: Fri Oct 24 18:22:44 2008
  5. **
  6. ** WARNING! All changes made in this file will be lost!
  7. ****************************************************************************/
  8.  
  9. #ifndef KOGENERALPROPERTYUI_H
  10. #define KOGENERALPROPERTYUI_H
  11.  
  12. #include <qvariant.h>
  13. #include <qpixmap.h>
  14. #include <qwidget.h>
  15.  
  16. class QVBoxLayout;
  17. class QHBoxLayout;
  18. class QGridLayout;
  19. class QSpacerItem;
  20. class KoUnitDoubleSpinBox;
  21. class QLabel;
  22. class QLineEdit;
  23. class QCheckBox;
  24. class QGroupBox;
  25.  
  26. class KoGeneralPropertyUI : public QWidget
  27. {
  28.     Q_OBJECT
  29.  
  30. public:
  31.     KoGeneralPropertyUI( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
  32.     ~KoGeneralPropertyUI();
  33.  
  34.     QLabel* nameLabel;
  35.     QLineEdit* nameInput;
  36.     QCheckBox* protect;
  37.     QCheckBox* keepRatio;
  38.     QGroupBox* positionGroup;
  39.     QLabel* widthLabel;
  40.     QLabel* heightLabel;
  41.     QLabel* topLabel;
  42.     QLabel* leftLabel;
  43.     KoUnitDoubleSpinBox* xInput;
  44.     KoUnitDoubleSpinBox* yInput;
  45.     KoUnitDoubleSpinBox* heightInput;
  46.     KoUnitDoubleSpinBox* widthInput;
  47.  
  48. protected:
  49.     QGridLayout* KoGeneralPropertyUILayout;
  50.     QSpacerItem* spacer1;
  51.     QHBoxLayout* layout13;
  52.     QGridLayout* positionGroupLayout;
  53.  
  54. protected slots:
  55.     virtual void languageChange();
  56.  
  57. private:
  58.     QPixmap image0;
  59.  
  60. };
  61.  
  62. #endif // KOGENERALPROPERTYUI_H
  63.